func golang.org/x/net/http/httpguts.isCTL
2 uses
golang.org/x/net/http/httpguts (current package)
httplex.go#L185: func isCTL(b byte) bool {
httplex.go#L311: if isCTL(b) && !isLWS(b) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)